{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform-login-digest",
      "artifactVersion": "2021.26.5",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.platform.login",
          "org.nuxeo.ecm.platform.login.cas2",
          "org.nuxeo.ecm.platform.login.digest",
          "org.nuxeo.ecm.platform.login.shibboleth",
          "org.nuxeo.ecm.platform.login.token",
          "org.nuxeo.ecm.platform.login.token.jsf"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.login",
        "id": "grp:org.nuxeo.ecm.platform.login",
        "name": "org.nuxeo.ecm.platform.login",
        "parentIds": [
          "grp:org.nuxeo.ecm.platform"
        ],
        "readmes": [],
        "version": "2021.26"
      },
      "bundleId": "org.nuxeo.ecm.platform.login.digest",
      "components": [
        {
          "@type": "NXComponent",
          "documentation": "\n    This authentication plugin processes HTTP Digest Access Authentication\n    (RFC 2617).\n\n    It requires a specific directory to be configured with\n    the user manager implementation in order to stored specialized\n    hashed versions of the user passwords, which RFC 2617 needs.\n  \n",
          "documentationHtml": "<p>\nThis authentication plugin processes HTTP Digest Access Authentication\n(RFC 2617).\n</p><p>\nIt requires a specific directory to be configured with\nthe user manager implementation in order to stored specialized\nhashed versions of the user passwords, which RFC 2617 needs.\n</p><p></p>",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService--authenticators",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.login/org.nuxeo.ecm.platform.login.digest/org.nuxeo.ecm.platform.login.digest/Contributions/org.nuxeo.ecm.platform.login.digest--authenticators",
              "id": "org.nuxeo.ecm.platform.login.digest--authenticators",
              "registrationOrder": 1,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService",
                "name": "org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService",
                "type": "service"
              },
              "version": "2021.26.5",
              "xml": "<extension point=\"authenticators\" target=\"org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService\">\n    <authenticationPlugin class=\"org.nuxeo.ecm.ui.web.auth.digest.DigestAuthenticator\" enabled=\"true\" name=\"DIGEST_AUTH\">\n      <stateful>false</stateful>\n    </authenticationPlugin>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.login/org.nuxeo.ecm.platform.login.digest/org.nuxeo.ecm.platform.login.digest",
          "name": "org.nuxeo.ecm.platform.login.digest",
          "requirements": [],
          "resolutionOrder": 381,
          "services": [],
          "startOrder": 323,
          "version": "2021.26.5",
          "xmlFileContent": "<?xml version='1.0' encoding='UTF-8'?>\n<component name=\"org.nuxeo.ecm.platform.login.digest\">\n\n  <documentation>\n    This authentication plugin processes HTTP Digest Access Authentication\n    (RFC 2617).\n\n    It requires a specific directory to be configured with\n    the user manager implementation in order to stored specialized\n    hashed versions of the user passwords, which RFC 2617 needs.\n  </documentation>\n\n  <extension target=\"org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService\" point=\"authenticators\">\n    <authenticationPlugin name=\"DIGEST_AUTH\" enabled=\"true\" class=\"org.nuxeo.ecm.ui.web.auth.digest.DigestAuthenticator\">\n      <stateful>false</stateful>\n    </authenticationPlugin>\n  </extension>\n\n</component>",
          "xmlFileName": "/OSGI-INF/digest-authentication-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.schema.TypeService--schema",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.login/org.nuxeo.ecm.platform.login.digest/org.nuxeo.ecm.platform.digestauth.schemaContrib/Contributions/org.nuxeo.ecm.platform.digestauth.schemaContrib--schema",
              "id": "org.nuxeo.ecm.platform.digestauth.schemaContrib--schema",
              "registrationOrder": 19,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.schema.TypeService",
                "name": "org.nuxeo.ecm.core.schema.TypeService",
                "type": "service"
              },
              "version": "2021.26.5",
              "xml": "<extension point=\"schema\" target=\"org.nuxeo.ecm.core.schema.TypeService\">\n    <schema name=\"digestauth\" src=\"schema/digestauth.xsd\"/>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.login/org.nuxeo.ecm.platform.login.digest/org.nuxeo.ecm.platform.digestauth.schemaContrib",
          "name": "org.nuxeo.ecm.platform.digestauth.schemaContrib",
          "requirements": [
            "org.nuxeo.ecm.core.schema.TypeService",
            "org.nuxeo.ecm.core.CoreExtensions"
          ],
          "resolutionOrder": 382,
          "services": [],
          "startOrder": 294,
          "version": "2021.26.5",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.digestauth.schemaContrib\">\n  <require>org.nuxeo.ecm.core.schema.TypeService</require>\n  <require>org.nuxeo.ecm.core.CoreExtensions</require>\n  <extension point=\"schema\" target=\"org.nuxeo.ecm.core.schema.TypeService\">\n    <schema name=\"digestauth\" src=\"schema/digestauth.xsd\"/>\n  </extension>\n</component>\n",
          "xmlFileName": "/OSGI-INF/digest-authentication-schema-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-platform-login-digest-2021.26.5.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.login/org.nuxeo.ecm.platform.login.digest",
      "id": "org.nuxeo.ecm.platform.login.digest",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.16.1\r\nBundle-ManifestVersion: 1\r\nBundle-Version: 1.0.0\r\nBundle-Name: Nuxeo HTTP Digest Access Authentication Login Module exte\r\n nsion\r\nBundle-SymbolicName: org.nuxeo.ecm.platform.login.digest;singleton:=true\r\nRequire-Bundle: org.nuxeo.ecm.platform.login\r\nNuxeo-Component: OSGI-INF/digest-authentication-contrib.xml,OSGI-INF/d\r\n igest-authentication-schema-contrib.xml\r\n\r\n",
      "maxResolutionOrder": 382,
      "minResolutionOrder": 381,
      "packages": [],
      "requirements": [
        "org.nuxeo.ecm.platform.login"
      ],
      "version": "2021.26.5"
    }
  ],
  "creationDate": 1664794155250,
  "key": "Nuxeo Platform-2021.26",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1663545600000,
  "version": "2021.26"
}